home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-08-18 | 1.5 KB | 60 lines |
- #-------------------------------------------------------------------
- #
- # ioF.ini --- This file is used by "adduser.nsi", one of the NSIS scripts
- # used to create the Windows installer for POPFile. This file
- # defines the layout of the custom page used to list the email
- # clients found in the registry.
- #
- # Copyright (c) 2003-2004 John Graham-Cumming
- #
- # This file is part of POPFile
- #
- # POPFile is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2 of the License, or
- # (at your option) any later version.
- #
- # POPFile is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with POPFile; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- #
- #-------------------------------------------------------------------
-
- [Settings]
- NumFields=3
- BackEnabled=1
- CancelEnabled=0
-
- [Field 1]
- Type=label
- Text=
- Left=0
- Right=300
- Top=0
- Bottom=40
-
- [Field 2]
- Type=text
- Left=0
- Right=300
- Top=43
- Bottom=79
- Flags=READONLY|MULTILINE|VSCROLL
-
- [Field 3]
- Type=label
- Text=
- Left=0
- Right=300
- Top=83
- Bottom=139
-
- #--------------------
- # End of ioF.ini
- #--------------------
-